00001 /* 00002 * Copyright (c) 2013 Battelle Memorial Institute 00003 * Licensed under modified BSD License. A copy of this license can be found 00004 * in the LICENSE file in the top level directory of this distribution. 00005 */ 00006 // Emacs Mode Line: -*- Mode:c++;-*- 00007 // ------------------------------------------------------------- 00008 /** 00009 * @file parallel.hpp 00010 * @author William A. Perkins 00011 * @date 2014-02-10 08:12:15 d3g096 00012 * 00013 * @brief Types and routiens used to represent the parallel environment. 00014 * 00015 * 00016 */ 00017 // ------------------------------------------------------------- 00018 00019 #ifndef _parallel_hpp_ 00020 #define _parallel_hpp_ 00021 00022 #include <boost/mpi.hpp> 00023 #include <gridpack/environment/environment.hpp> 00024 #include <gridpack/parallel/communicator.hpp> 00025 00026 #endif